first version.
[build-srcpkg.git] / testing / 2.test_suite_testing.Testing for testsuite scripttest.unit / 6.scripttest_test_range.Testsuite about test range.dir / 3.scripttest_param_F.sh
blob08898357d0d9fbb11f19fa86a1074c9fe99ce66b
1 #!/bin/bash
3 ############################################################
4 # Copyright (C) 2022- Free Software Foundation, Inc.
5 # This configure script is free software; the Free Software
6 # Foundation gives unlimited permission to copy, distribute
7 # and modify it.
9 . shlibinc
10 include stdio.shlib
13 init_dbglogout 2 testing 20000
15 dbgout "$0\n"
17 dbgout_cmd pwd
19 cd scripts
21 dbgout "aaaaaaaaaaaaaaaa\n"
22 scripttest -c
25 # 测试程序的version信息输出
27 dbgout "aaaaaaaaaaaaaaaa\n"
28 scripttest -n 5 -r
30 # 测试有3项failed,-F参数只测failed项
31 dbgout "aaaaaaaaaaaaaaaa\n"
32 scripttest -F
34 # -F参数时的-r参数
35 dbgout "aaaaaaaaaaaaaaaa\n"
36 scripttest -F -r
38 dbgout "aaaaaaaaaaaaaaaa\n"